go/printer.printer.writeByte (method)

9 uses

	go/printer (current package)
		printer.go#L233: func (p *printer) writeByte(ch byte, n int) {
		printer.go#L357: 		p.writeByte('\f', maxNewlines)
		printer.go#L397: 			p.writeByte(sep, 1)
		printer.go#L467: 			p.writeByte('\f', nlimit(n))
		printer.go#L674: 			p.writeByte('\f', 1)
		printer.go#L715: 		p.writeByte('\n', 1)
		printer.go#L797: 				p.writeByte(' ', 1)
		printer.go#L850: 			p.writeByte(byte(ch), 1)
		printer.go#L1017: 				p.writeByte(ch, n)